home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / progwin.zip / POPPAD3.ZIP / POPPAD.H < prev    next >
Text File  |  1991-10-24  |  386b  |  22 lines

  1. /*-----------------------
  2.   POPPAD.H header file
  3.   ----------------------*/
  4.  
  5. #define IDM_NEW        1
  6. #define IDM_OPEN    2
  7. #define IDM_SAVE    3
  8. #define IDM_SAVEAS    4
  9.  
  10. #define IDM_PRINT     5
  11.  
  12. #define IDM_EXIT      6
  13. #define IDM_ABOUT     7
  14.  
  15. #define IDM_UNDO    8
  16. #define IDM_CUT        9
  17. #define IDM_COPY     10
  18. #define IDM_PASTE    11
  19. #define IDM_CLEAR    12
  20. #define IDM_SELALL   13
  21.  
  22.